home *** CD-ROM | disk | FTP | other *** search
/ Straight A's - Annabel Chong / Straight A's.iso / pc / straig8.dir / 00001_Script_1 next >
Text File  |  1995-02-03  |  378b  |  11 lines

  1. on enterframe
  2.   if rollover(2) then set the ink of sprite 2 to 4
  3.   else set the ink of sprite 2 to 0
  4.   if rollover(3) then set the ink of sprite 3 to 4
  5.   else set the ink of sprite 3 to 0
  6.   if rollover(4) then set the ink of sprite 4 to 4
  7.   else set the ink of sprite 4 to 0
  8.   if rollover(5) then set the ink of sprite 5 to 4
  9.   else set the ink of sprite 5 to 0
  10.   
  11. end